projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb0ea01
)
(gdb-speedbar-auto-raise): Don't enable by default.
author
Nick Roberts
<nickrob@snap.net.nz>
Mon, 20 Feb 2006 21:48:49 +0000
(21:48 +0000)
committer
Nick Roberts
<nickrob@snap.net.nz>
Mon, 20 Feb 2006 21:48:49 +0000
(21:48 +0000)
lisp/progmodes/gdb-ui.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/gdb-ui.el
b/lisp/progmodes/gdb-ui.el
index 12df35182c22a671796fbf2fac9e04d6be94f9b9..df603dc0d742476d72c1d8994ff609b2897638da 100644
(file)
--- a/
lisp/progmodes/gdb-ui.el
+++ b/
lisp/progmodes/gdb-ui.el
@@
-542,7
+542,7
@@
With arg, use separate IO iff arg is positive."
(forward-char 2)
(gud-call (concat "until *%a")))))))))
-(defcustom gdb-speedbar-auto-raise
t
+(defcustom gdb-speedbar-auto-raise
nil
"If non-nil raise speedbar every time display of watch expressions is\
updated."
:type 'boolean